JMGetProxyInfo
Gets the proxy information for a given session.
OSStatus JMGetProxyInfo ( JMSessionRef session, JMProxyType type, JMProxyInfo* proxyInfo);
session
- The session whose proxy information you wish to determine.
type
- The type of proxy you want to query. See "Session Security Indicators" for a list of possible values to pass.
proxyInfo
- A pointer to a proxy information structure. on return, this structure contains the proxy information for the specified proxy type. For more information, see "Proxy Server Options".
- function result
- A result code; see "JManager Result Codes".
SEE ALSO
- The
JMSetProxyInfo
function.- "Specifying Proxy Servers".